encoding/json.field.name (field)
11 uses
	encoding/json (current package)
		decode.go#L725: 				d.errorContext.FieldStack = append(d.errorContext.FieldStack, f.name)
		encode.go#L1041: 	name      string
		encode.go#L1152: 						name:      name,
		encode.go#L1159: 					field.nameBytes = []byte(field.name)
		encode.go#L1164: 					field.nameNonEsc = `"` + field.name + `":`
		encode.go#L1180: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})
		encode.go#L1190: 		if c := strings.Compare(a.name, b.name); c != 0 {
		encode.go#L1216: 		name := fi.name
		encode.go#L1219: 			if fj.name != name {
		encode.go#L1245: 		exactNameIndex[field.name] = &fields[i]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |